object FloatingWindowForm: TFloatingWindowForm Left = 557 Top = 342 Width = 205 Height = 176 HorzScrollBar.Tracking = True VertScrollBar.Tracking = True Font.Color = clBtnText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop Scaled = False OnClose = FormClose OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 15 object PaintBox: TNeoBookPaintBox Left = 0 Top = 0 Width = 21 Height = 21 OnMouseDown = PaintBoxMouseDown OnMouseMove = PaintBoxMouseMove OnPaint = PaintBoxPaint end object SizeBox: TNeoBookImage Left = 84 Top = 56 Width = 16 Height = 16 Cursor = crSizeNWSE AutoSize = True Picture.Data = {} Visible = False OnMouseDown = SizeBoxMouseDown end object VScrollBar: TScrollBar Left = 156 Top = 12 Width = 16 Height = 121 Ctl3D = False Kind = sbVertical ParentCtl3D = False TabOrder = 0 Visible = False OnScroll = ScrollBarScroll end object HScrollBar: TScrollBar Left = 16 Top = 120 Width = 121 Height = 16 Ctl3D = False ParentCtl3D = False SmallChange = 8 TabOrder = 1 Visible = False OnScroll = ScrollBarScroll end end